home *** CD-ROM | disk | FTP | other *** search
- //
- // commandlines
- //
-
- // call for game exe
- GAMECALL "S3GCG.exe"
- // call for the game setup exe
- CALLSETUP "SetupS3.exe"
- // name of the manual pages
- MANUAL "Manual\main.htm"
- // name of the news pages
- NEWS "News\webpages\main.htm"
- // call for the htmlviewer which is used when the user has no default viewer
- HTMLVIEWER "IViewp32.exe"
-
-
- // Buttonfont format: fontsize "Fontname"
- BUTTON_FONT 120 "Arial Bold"
-
- // background bitmap
- BMP_BACKGROUND 632 455 "Install\Autorun.bmp"
-
-
- //
- // BUTTONS
- //
-
- // format: width height "bitmapfile"
- // (width and height must be same size on both bmp's)
- BMP_BUTTON1 172 28 "Install\button1.bmp"
- BMP_BUTTON2 172 28 "Install\button2.bmp"
-
-
- // BUTTONS
- // PosX PosY "Text"
- BT_START 50 30 " Spiel starten"
- BT_SETUP 50 100 " Setup"
- BT_INSTALL 50 30 " Spiel installieren"
- BT_MANUAL 50 65 " Handbuch"
- BT_NEWS1 50 100 " News"
- BT_NEWS2 50 135 " News"
- BT_EXIT 50 395 " Ende"
-
- //
- // TEXTS
- //
- TEXT_MAINTITLE "DIE SIEDLER III"
- INFOTEXT_ABORT "Installation abgebrochen!"
- ERRORTEXT_STARTPROGRAM "Fehler beim Starten den folgenden Programmes:"
- ERRORTEXT_GAME_NOT_FOUND "Das Siedler3-Verzeichnis wurde nicht gefunden!"
- ERRORTEXT_CDROM1 "Siedler3 CD1 nicht gefunden!\nBitte legen Sie die CD1 ein und versuchen es nochmal."
- ERRORTEXT_CDROM2 "Siedler3 CD2 nicht gefunden!\nBitte legen Sie die CD2 ein und versuchen es nochmal."
- ERRORTEXT_WIN95REQUIRED "Dieses Spiel benoetigt mindestens Windows95 oder NT4.0 mit Service Pack 3."
- ERRORTEXT_TITLE "Fehler"
- WARNING_TITLE "Warnung"
- INFO_TITLE "Information"
- DEINSTALL_TITLE "Deinstallieren"
- DEINSTALL_SAVEGAMES "Gespeicherte Spiele loeschen?"
-